home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
GSAVE2.ZIP
/
PASCAL.ZIP
/
GLOAD2.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1995-12-03
|
151b
|
11 lines
{$M 4000,0,0}
{$A+,G+}
uses gstpu;
begin
initialise_vga;
load_gs_file;
wait_key;
initialise_text_mode;
end.